home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Jan 88 / Make file woes 1⁄19 < prev    next >
Encoding:
Text File  |  1991-03-06  |  989 b   |  34 lines  |  [TEXT/GEOL]

  1. Item    1160806                         19-Jan-88        08:58
  2.  
  3. From:   V0344                           Siemens Gammasonics, Henk Koopmans
  4.  
  5. To:     MACAPP$                         MacApp Interest List
  6.  
  7. cc:     V0344                           Siemens Gammasonics, Henk Koopmans
  8.  
  9. Sub:    Make file woes
  10.  
  11. Hello,
  12.     I'm having some problems with the MacApp Make files. I can't get my
  13. application dependent on an additional resource description file.
  14.  
  15. From my make file:
  16. ------------------
  17. #    List Rez files other than AppName.r that need to Rez'ed with the application
  18.  
  19. OtherRezFiles = "Help.r"
  20.  
  21. From MacApp.make3:
  22. ------------------
  23. "{AppName}"    ƒƒ    "{AppName}.r" {OtherRezFiles} {OtherRsrcFiles} ∂
  24.  
  25. As far as I can tell, this should cause {AppName} to be dependent on Help.r,
  26. right?  I've tried putting my own dependencies in my make file, but they seem
  27. to have no effect. Pointing me in the right direction would be deeply
  28. appreciated.
  29.  
  30. Thanks,
  31. Edith Wickliff, Siemens Gammasonics
  32.  
  33.  
  34.